Blitz (115/213)

From:David McMinn
Date:19 May 2000 at 00:30:48
Subject:Re: D'oh...

Rick Hodger's head burst.
All we could scrape off the wall was D'oh....

>
> Um....can someone remind me how you put a string - eg. "testing" - into a
> variable like "*name.b"?

You need to assign it to another string, or arrange to have it in memory
somewhere and then use *name.b to point to it. If you just do *name.b="ARSE!"
then it will work, but it just uses temporary memory so next time you use a
string you'll lose it.

i.e. use:
jack$="ARSE!"
*name.b=&jack$

Bye



[) /\ \/ ][ [) |\/| � |\/| ][ |\| |\| | dave@satanicdreams.com
http://members.xoom.com/David_McMinn | ICQ = 16827694
Microsoft - 'embrace and enhance'
The Borg - 'assimilate and conquer'

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie